home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SunSoft Catalyst CDWARE 1996 May to August
/
Catalyst CDWARE 1996 May to August.iso
/
.products
/
Apertus
/
_install
/
install_show
next >
Wrap
Text File
|
1996-02-12
|
596b
|
26 lines
#!/bin/sh
# Installation shell script for Catalyst CDware
#
# Usage: install_unbundled -m<mountpoint> -p<productpath>
#
# Created: June 12, 1991
# Last Revised: May 23, 1994
#
# Use this installation script to install your product from Catalyst CDware
#
#
# For technical support, please call.
# +1 415 336.3742 (CDware SPARC) or +1 415 336.3941 (CDware x86)
#
# get command line parameters
#
echo ''
echo ' Starting Slide Show...'
LD_LIBRARY_PATH=$OPENWINHOME/lib
export LD_LIBRARY_PATH
cd $COMPANY_DIR/_demos/rolling/color
/tmp/httpd/.cgi-bin/screendemo ./screendemo.menu
exit 0